| lcMLStyleDelLine | Home |
|
BOOL lcMLStyleDelLine ( HANDLE hStyle, int iLine ); |
| hStyle | |
| Handle to a multiline style. | |
| iLine | |
|
Line index. If -1 is specified, then all exist lines will be deleted and 2 default lines will be added, with offset -1.0 and 1.0, color "ByLayer" and linetype "Continuous". | |
| If the function succeeds, the return value is nonzero (TRUE). |
| Multiline style must have at least 2 line definitions, therefore you can't delete a line if only 2 remaiins. |
| lcMLStyleAddLine, lcMLStyleSortLines |